home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.onyx.net!claymoor
- From: Adam.Morris@octacon.co.uk (Adam Morris)
- Newsgroups: comp.lang.c++
- Subject: Re: Borland requires ship runtime?
- Date: Thu, 22 Feb 96 21:50:07 GMT
- Organization: Octacon Ltd
- Message-ID: <4gi6td$4qe@mulgave.octacon.co.uk>
- References: <4g2cbe$5ng@goodship.cn.camriv.bc.ca>
- NNTP-Posting-Host: claymoor.onyx.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4g2cbe$5ng@goodship.cn.camriv.bc.ca>,
- csavery@cr.island.net (Chris Savery) wrote:
- >Would someone please let me know if the Borland compilers later then
- >3.1 require that you ship a runtime DLL with your app? Is it optional
- >or how does this work?
- As far as I know 4.0, the one I use, requires either static linking (increase
- the size of your code) or shipping a runtime dll (increase the size of the
- release) Which is more suitable depends on what you're doing... one program,
- static linking is o.k. but they may have the dll already. multiple programs
- and you might as well ship the dll...
-
-
- Hope this has been some help.
-
- Adam.
-